﻿Rockey4ND Command Parameters

RyEnv32_ND_cmd.exe is the command line enveloper tool, which accepts following parameters:

Parameters  Format                           Description
-Pass       -pass,[pwd1],[pwd2]              enter basic password p1 and p2
-Encrypt    -encrypt,[in file],[out file]    Set input and Output filename
-Msg_title  -msg_title,["Rockey Dongle!"]    Set title of error message box
-Msg_text   -msg_ text,["Rockey not found!"] Set message of error message box
-Uid        -uid,[first id],[last id]        Set the range of UID for UID binding
-Module     -module,[module id]              Set module binding
-Dec        -dec                             Set module decreasable
-Hid        -hid,[hard id]                   Set HID binding
-Time       -time,[time interval]            Set checking interval in seconds
-message_mode/-thread_mode                   Set time checking mode
-End        -end                             End input parameters
-Exit       -exit                            Exit tool
-Help       -help                            Help

Note:
1. Use space " " to separate each parameters
2. Use -end to end the parameter inputs, -exit to exit the enveloper tool
3. -encrypt is compulsive paramenter. If does not specify output filename,
   the "ND4_" will be used as the prefix of output file
4. If do not input absolute path, current folder will be used as default
5. Tool accept HEX numbers as 0x####, the DEC number as ####
6. Maximum of 128 source files are supported

Sample:

Encrypt test.exe file to ND4_test.exe, binding module 0 decreasable,
show error message of "Rockey not found!" with title "Rockey!",
bind UID range from 0 to 0xFFFFFFFF, bind HID of 123,
set time checking interval of 5 seconds, use message mode
-encrypt,test.exe –module,0 –dec –msg_title,"Rockey!" -msg_text,"Rockey not found!" –uid,0,0xffffffff –hid,123 -time,5 –message_mode –end

Encrypt test.exe file to ND4_test.exe
-encrypt,test.exe -end

Encrypt test.exe file to ND4_test.exe, bind UID to 4
-encrypt,test.exe –uid,4,4 –end

Encrypt test1.exe and test2.exe files
-encrypt,test1.exe –encrypt,test2.exe –end